KeyDictionary.ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>.CopyTo MethodKeyDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, IList(Of Key))).CopyTo MethodKeyDictionary::ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>::CopyTo Method

Syntax

Private Sub CopyTo( _
    array As KeyValuePair(Of System.Xml.XmlQualifiedName, IList(Of Key))[], _
    arrayIndex As Integer _
) _
        Implements ICollection.CopyTo
private:
virtual void System.Collections.Generic::ICollection<T>::CopyTo(
    array<KeyValuePair<System.Xml::XmlQualifiedName^, IList<Key^>^>> array, 
    int arrayIndex
) sealed